home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #11 / Amiga Plus CD - 2002 - No. 11.iso / Tools / MorphOS / Poseidon / InstallData / Storage / DOSDrivers / UMSD < prev    next >
Encoding:
Text File  |  2002-10-27  |  683 b   |  29 lines

  1. /* $VER: UMSD 1.1 (13.05.02)
  2.  *
  3.  * File system entry for mass storage devices using FAT file systems.
  4.  *
  5.  */
  6.  
  7. FileSystem      = L:fat95
  8. Device          = usbscsi.device
  9. Flags           = 0
  10. LowCyl          = 0
  11. HighCyl         = 1535
  12. Surfaces        = 2             /* bootblock values have priority over these */
  13. SectorsPerTrack = 64
  14. SectorSize      = 512
  15. Buffers         = 32
  16. BufMemType      = 1
  17. BootPri         = 0
  18. Stacksize       = 4096
  19. Priority        = 5
  20. GlobVec         = -1
  21. DosType         = 0x46415401    /* change as needed */
  22. Control         = "+s"
  23. /* DosType         = 0x4D534400 */
  24.  
  25. /* The Unit field is controlled by tooltypes in the PC0 icon.
  26.  *
  27.  * Unit         = 0
  28.  */
  29.